home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2004 September / PracticalWebPages-WPG13-09-2004-Coverdisc.iso / pc / Software / Toolkit / Sothink SWF Quicker 1.5 / data1.cab / Public_Files / Classes / Accessibility.as next >
Encoding:
Text File  |  2004-06-14  |  275 b   |  7 lines

  1. class Accessibility
  2. {
  3.  
  4.     function isActive()                                                  // Indicates if activates a screen reader or not.
  5.     function updateProperties()                                          // Updates the description of objects on the screen. 
  6. }
  7.